home *** CD-ROM | disk | FTP | other *** search
/ Swimwear Illustrated / Swimwear Illustrated.iso / mac / MAIN8 / MAIN8.DIR / 00040_Script_40 < prev    next >
Text File  |  1996-02-22  |  246b  |  12 lines

  1. on exitFrame
  2.   if not soundbusy(1) then
  3.     sound stop 1
  4.     sound playfile 1, "mainintr.aif"
  5.   end if
  6.   if rollover(4) then
  7.     set the visible of sprite 4 to true
  8.   else
  9.     set the visible of sprite 4 to false
  10.   end if
  11.   go loop
  12. end